home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / APPLICAT / C034.ZIP / INTRO.TXT < prev    next >
Text File  |  2010-11-01  |  2KB  |  48 lines

  1.             WHAT DBQ IS
  2.             -----------
  3.  
  4. DBQ is a small relational database suitable for storing simple
  5. data, and for producing reports and form letters from that data.
  6.  
  7. A good query language provides all the normal storage and
  8. retrieval functions, although cross-field arithmetic and
  9. record by record working are not supported. Thus it is not
  10. as powerful as dBASE II, thereagain it is not as expensive.
  11. Record access is always sequential, no keyed access being
  12. supported.
  13.  
  14. Features
  15. --------
  16. - Free format query language with macros and command files.
  17. - Database commands - Create, Rename, Erase, Extract, Sort, Compress
  18. - Record maintenance - Insert, Update, Delete, Export, Import
  19. - Query commands - Print, Find
  20. - Control commands - Exit, Define, Show, Set
  21. - Online help - Help
  22. - Input log for roll-forward recovery and for creating command
  23.   files.
  24. - Format control files used for - Report formatting, Form letters,
  25.   exporting data to BASIC (and other) programs, and for reformatting
  26.   databases. Support for page numbering.
  27. - Totalling for numeric fields (selective and global).
  28. - Output to terminal, file or printer on Print command.
  29.  
  30. The READ.ME and the DBQ.DOC provide further information about
  31. DBQ.
  32.  
  33. The DBQ.DOC file is formatted ready for printing on standard
  34. 66 line paper (11 inches deep by 9.5 inches wide). No control
  35. characters are used, it is assumed that the printer supports a
  36. Carriage Return without a Line feed (for underlining). New
  37. pages are achieved by line spacing. If your printer can't handle
  38. this, get a new one! Keywords are shown in UPPER CASE in DBQ.DOC,
  39. which is not how they should be used - I would have preferred to
  40. use a different style of characters, such as italics, but this is
  41. not universal across printers.
  42.  
  43.                 Nick Taylor
  44. rred to
  45. use a different style of characters, such as italics, but this is
  46. not universal across printers.
  47.  
  48.                 Nick Tay